home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- set inLarge to (the mouseV - the locV of sprite GetPlace2ThumbSprite()) > 0
- if rollOver(2) then
- if (the mouseV - the locV of sprite GetPlace2ThumbSprite()) > 0 = inLarge then
- ClickSlider(inLarge)
- end if
- end if
- repeat while the mouseDown
- if rollOver(2) then
- if (the mouseV - the locV of sprite GetPlace2ThumbSprite()) > 0 = inLarge then
- ClickSlider(inLarge)
- end if
- end if
- end repeat
- end
-